Arguments to a
RelatedEntityList<T>.PendingEntityListResolved event.
Syntax
Visual Basic (Declaration) | |
---|
Public Class PendingEntityListResolvedEventArgs(Of T As Class)
Inherits System.EventArgs |
C# | |
---|
public class PendingEntityListResolvedEventArgs<T> : System.EventArgs
where T: class |
C++/CLI | |
---|
generic<typename T>
public ref class PendingEntityListResolvedEventArgs : public System.EventArgs
where T: ref class |
Type Parameters
Inheritance Hierarchy
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also